home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr27 / ct.zip / OSCR.HPP < prev    next >
Text File  |  1993-11-30  |  1KB  |  47 lines

  1. #define T_OFFSET 75
  2. #define TAU 10
  3. #define TOPX 320
  4. #define TOPY 50
  5. #define HEADLINE_SIZE 6
  6. #define BY_LINE_X 319
  7. #define BY_LINE_Y 320
  8. #define BY_LINE_SIZE 1
  9. #define NAME_LINE_X 316
  10. #define NAME_LINE_Y (BY_LINE_Y + 34)
  11. #define NAME_LINE_SIZE 4
  12. #define ENDLINE_X 316
  13. #define ENDLINE_Y (NAME_LINE_Y + 100)
  14. #define ENDLINE_SIZE 1
  15. #define DELAY 2
  16. #define BAR_LEFT 160  + T_OFFSET
  17. #define BAR_TOP  180
  18. #define BAR_RIGHT  300 + T_OFFSET
  19. #define BAR_BOTTOM 280
  20. #define BAR_DEPTH  40
  21. #define BAR_TOPFLAG 1
  22. #define BAR_PATTERN SOLID_FILL
  23. #define BAR_COLOR BROWN
  24. #define PIE_PATTERN SOLID_FILL
  25. #define PIE_COLOR YELLOW
  26. #define PIE_Y 230
  27. #define PIE_RADIUS 40
  28. #define PIE_STARTANGLE 1
  29. #define PIE_ENDANGLE 360
  30. #define PIE1_X 230 + T_OFFSET
  31. #define PIE2_X 380
  32. #define LINE1_X 230 + T_OFFSET
  33. #define LINE2_X 380
  34. #define LINE_Y1 230
  35. #define LINE_Y2 260
  36. #define LINE2_Y2 260
  37. #define CIRC_RAD 2
  38. #define B_BOTTOM 165
  39. #define B1_TOP 161
  40. #define B1_LEFT 220 + T_OFFSET + TAU
  41. #define B1_RIGHT 240 + T_OFFSET + TAU
  42. #define B2_TOP 164
  43. #define B2_LEFT 370
  44. #define B2_RIGHT 390
  45.  
  46. void opening_screen();
  47.